home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7690 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  679 b 

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: struct as para.
  5. Date: 26 Feb 1996 13:50:09 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4gt9uhINN8ji@keats.ugrad.cs.ubc.ca>
  8. References: <3132085A.59E2@mozart.bme.ohio-state.edu>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <3132085A.59E2@mozart.bme.ohio-state.edu>,
  12. Xiaoyi Wu  <xiaoyi@mozart.bme.ohio-state.edu> wrote:
  13.  >Can we pass the copy of a structure in the para. list?
  14.  
  15. Yes. ANSI/ISO allows it. You can also have a structure passed as a return
  16. value.
  17.  
  18. Refer to the FAQ for more info.
  19. -- 
  20.  
  21.